Package-level declarations

Types

Link copied to clipboard

Implementation of the BlueConic client, handling the profile retrieval and storage. This may be from cache, persistent storage on the client or direct requests to the BlueConic server.

Link copied to clipboard
data class ConnectionImpl(val id: String, val parameters: Map<String, List<String>>) : Connection
Link copied to clipboard
data class Interaction(val id: String, val name: String, val interactionTypeId: String, val pluginClass: String, val pluginType: String, val positionId: String, val positionName: String, val dialogueId: String, val dialogueName: String, val defaultLocale: String?, val parameters: Map<String, Map<String, List<String>>> = emptyMap())

Functions

Link copied to clipboard
fun getView(activity: Activity?, selector: String?): View?